Package com.cisco.pt.ipc.sim.pdu
Interface TacacsPacket
- All Known Implementing Classes:
TacacsPacketImpl
-
Method Summary
Modifier and TypeMethodDescriptionintintgetType()voidsetAttribType(AttribType attribType) voidsetAttribValue(String attribValue) voidvoidsetM_flags(Short m_flags) voidsetM_length(int m_length) voidsetM_seqNo(Short m_seqNo) voidsetM_sessionId(int m_sessionId) voidsetMajorVersion(Short majorVersion) voidsetMinorVersion(Short minorVersion) voidMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Header
getPayload, setPayloadMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getMajorVersion
Short getMajorVersion()- Returns:
- Short Returns a Short
-
setMajorVersion
- Parameters:
majorVersion- Takes in a parameter of majorVersion
-
getMinorVersion
Short getMinorVersion()- Returns:
- Short Returns a Short
-
setMinorVersion
- Parameters:
minorVersion- Takes in a parameter of minorVersion
-
getType
Short getType()- Returns:
- Short Returns a Short
-
setType
- Parameters:
type- Takes in a parameter of type
-
getM_seqNo
Short getM_seqNo()- Returns:
- Short Returns a Short
-
setM_seqNo
- Parameters:
m_seqNo- Takes in a parameter of m_seqNo
-
getM_flags
Short getM_flags()- Returns:
- Short Returns a Short
-
setM_flags
- Parameters:
m_flags- Takes in a parameter of m_flags
-
getM_sessionId
int getM_sessionId()- Returns:
- int Returns a int
-
setM_sessionId
void setM_sessionId(int m_sessionId) - Parameters:
m_sessionId- Takes in a parameter of m_sessionId
-
getM_length
int getM_length()- Returns:
- int Returns a int
-
setM_length
void setM_length(int m_length) - Parameters:
m_length- Takes in a parameter of m_length
-
getAttribType
AttribType getAttribType()- Returns:
- AttribType Returns a AttribType
-
setAttribType
- Parameters:
attribType- Takes in a parameter of attribType
-
getLength
Byte getLength()- Returns:
- Byte Returns a Byte
-
setLength
- Parameters:
length- Takes in a parameter of length
-
getAttribValue
String getAttribValue()- Returns:
- String Returns a String
-
setAttribValue
- Parameters:
attribValue- Takes in a parameter of attribValue
-